home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / modcable.bas < prev    next >
Encoding:
BASIC Source File  |  2001-10-16  |  877 b   |  23 lines

  1. Attribute VB_Name = "modCable"
  2. Option Explicit
  3. '/******************************************************************/
  4. '/*                                                                */
  5. '/*                      TurboCAD for Windows                      */
  6. '/*                   Copyright (c) 1993 - 2001                    */
  7. '/*             International Microcomputer Software, Inc.         */
  8. '/*                            (IMSI)                              */
  9. '/*                      All rights reserved.                      */
  10. '/*                                                                */
  11. '/******************************************************************/
  12. Global xx0#, yy0#, zz0#, xx1#, yy1#, zz1#
  13. Global xzn#, yyn#, xzk#, yyk#, dxx#, dyy#, dzz#, dxz#
  14. Global S#, a#
  15. Global pi#
  16.  
  17.  
  18. ' DLL Entry point
  19. Sub Main()
  20.     pi = 3.14159
  21. End Sub
  22.  
  23.